From: Stefan Monnier Date: Mon, 3 Mar 2008 21:20:21 +0000 (+0000) Subject: (comment-kill): Docstring improvement. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~448 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bbcedd051459ad914807c097884d70ed871690ce;p=emacs.git (comment-kill): Docstring improvement. --- diff --git a/lisp/newcomment.el b/lisp/newcomment.el index b5cd7b05dbd..4aed3157ada 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -663,7 +663,7 @@ With any other arg, set comment column to indentation of the previous comment ;;;###autoload (defun comment-kill (arg) - "Kill the comment on this line, if any. + "Kill the first comment on this line, if any. With prefix ARG, kill comments on that many lines starting with this one." (interactive "P") (comment-normalize-vars)